home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / hardware.764 < prev    next >
Text File  |  1992-02-06  |  1KB  |  31 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f2\fswiss Helvetica;}
  2. \paperw11440
  3. \paperh9000
  4. \margl120
  5. \margr120
  6. {\colortbl\red0\green0\blue0;}
  7. \pard\tx1140\tx2300\tx3440\tx4600\tx5760\tx6900\tx8060\tx9200\tx10360\tx11520\f0\b0\i0\ul0\fs28 PROM monitor NBIC NeXTbus addresses\
  8. \
  9. Q: I need more direct access to my NBIC board on the NeXTbus than I can get with BusProbe.  How can I get the system to let me access the bus from the PROM monitor?\
  10. \
  11. A: If you read (as a longword) SCR2 (0x0200d000) you should see something very close to the following: 00ff0480.  The bit set in the 8th (bit seven) location is the bit that allows one to go off board.  This is true for both the 68030 and 68040.  The boot PROM sets this at some point.  The 68040 has the additional restriction that local-only needs to be cleared in the bmap, which is accomplished by clearing bit six in location 20c0004.  If you read 20c0004 from the ROM Monitor you'll read c7.  This should be changed to 87.\
  12. \
  13. You can properly verify that you can read your NBIC ID register by first writing some pattern to 2020004 and then reading it back byte for byte at fsfffff0,fsfffff4, fsfffff8, fsfffffc.\
  14. \
  15. example:\
  16. \
  17. 1) Change 20c0004 from c7 to 87.\
  18. 2) write <12345678> to 2020004.\
  19. 3) read (in bytes):\
  20.     f0fffff0: 12\
  21.     f0fffff4: 34\
  22.     f0fffff8: 56\
  23.     f0fffffc: 78 \
  24. \
  25. QA764\
  26.     \
  27. Valid for 1.0\
  28. Valid for 2.0\
  29. \
  30.  
  31.